<div class="list-group">
     		
     		<!-- **** list-group-item **** -->	
		  <a href="<?php echo URL::to('messages'); ?>" class="list-group-item <?php if(Request::is('messages')): ?>active <?php endif; ?>"> 
		  	<i class="fa fa-envelope myicon-right"></i> <?php echo Lang::get('users.messages'); ?> 
			  	<span class="pull-right">
			  		<i class="fa fa-chevron-right "></i>
			  	</span>
		  	</a> <!-- **** ./ list-group-item **** -->	
		<?php if( Auth::user()->type_account == 3 ): ?>  	
		  	<!-- **** list-group-item **** -->	
		  <a href="<?php echo URL::to('members'); ?>" class="list-group-item <?php if(Request::is('members')): ?>active <?php endif; ?>"> 
		  	<i class="icon-users myicon-right"></i> <?php echo Lang::get('misc.team_members'); ?> 
			  	<span class="pull-right">
			  		<i class="fa fa-chevron-right "></i>
			  	</span>
		  	</a> <!-- **** ./ list-group-item **** -->	
		  	<?php endif; ?>
		  
		  <?php if( Auth::user()->type_account == 2 || Auth::user()->type_account == 3 ): ?>  		
		  	<!-- **** list-group-item **** -->	
		  <a href="<?php echo URL::to('stats'); ?>" class="list-group-item <?php if(Request::is('stats')): ?>active <?php endif; ?>"> 
		  	<i class="icon-stats myicon-right"></i> <?php echo Lang::get('users.stats'); ?> 
			  	<span class="pull-right">
			  		<i class="fa fa-chevron-right "></i>
			  	</span>
		  	</a> <!-- **** ./ list-group-item **** -->	
		  	<?php endif; ?>
		  	
		  	<!-- **** list-group-item **** -->	
		  <a href="<?php echo URL::to('my/ads'); ?>" class="list-group-item <?php if(Request::is('my/ads')): ?>active <?php endif; ?>"> 
		  	<i class="icon-bullhorn myicon-right"></i> <?php echo Lang::get('misc.my_ads'); ?> 
			  	<span class="pull-right">
			  		<i class="fa fa-chevron-right "></i>
			  	</span>
		  	</a> <!-- **** ./ list-group-item **** -->	
		  	
		  	<!-- **** list-group-item **** -->	
		  <a href="<?php echo URL::to('my/jobs'); ?>" class="list-group-item <?php if(Request::is('my/jobs')): ?>active <?php endif; ?>"> 
		  	<i class="icon-pushpin myicon-right"></i> <?php echo Lang::get('misc.my_jobs'); ?> 
			  	<span class="pull-right">
			  		<i class="fa fa-chevron-right "></i>
			  	</span>
		  	</a> <!-- **** ./ list-group-item **** -->	
		  	
     	   <!-- **** list-group-item **** -->	
		  <a href="<?php echo URL::to('account'); ?>" class="list-group-item <?php if(Request::is('account')): ?>active <?php endif; ?>"> 
		  	<i class="glyphicon glyphicon-pencil myicon-right"></i> <?php echo Lang::get('users.edit_profile'); ?> 
			  	<span class="pull-right">
			  		<i class="fa fa-chevron-right "></i>
			  	</span>
		  	</a> <!-- **** ./ list-group-item **** -->	
		  
		  <!-- **** list-group-item **** -->	
		  <a href="<?php echo URL::to('account/avatar_cover'); ?>" class="list-group-item <?php if(Request::is('account/avatar_cover')): ?>active <?php endif; ?>"> 
		  	<i class="glyphicon glyphicon-camera myicon-right"></i> <?php echo Lang::get('misc.avatar_cover'); ?> 
		  	<span class="pull-right">
			  		<i class="fa fa-chevron-right "></i>
			  	</span>
		  	</a> <!-- **** ./ list-group-item **** -->
		  	
		  	<!-- **** list-group-item **** -->	
		  <a href="<?php echo URL::to('account/password'); ?>" class="list-group-item <?php if(Request::is('account/password')): ?>active <?php endif; ?>"> 
		  	<i class="glyphicon glyphicon-lock myicon-right"></i> <?php echo Lang::get('auth.password'); ?> 
		  	<span class="pull-right">
			  		<i class="fa fa-chevron-right "></i>
			  	</span>
		  	</a> <!-- **** ./ list-group-item **** -->	

</div><!-- / list-group -->